Vcenter TrustedInfrastructure TrustAuthorityClusters ConsumerPrincipals Summary

Vcenter TrustedInfrastructure TrustAuthorityClusters ConsumerPrincipals Summary
Vcenter TrustedInfrastructure TrustAuthorityClusters ConsumerPrincipals Summary

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters ConsumerPrincipals Summary schema contains a summary of the information necessary to establish trust between a workload vCenter and a Trust Authority Host.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "id": "string",
    "principal": {
        "id": {
            "name": "string",
            "domain": "string"
        },
        "type": "string"
    },
    "issuer_alias": "string",
    "issuer": "string"
}
string
id
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The unqiue identifier of a connection profile.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.authentication.clientprofile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.authentication.clientprofile.

principal
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The principal used by the vCenter to retrieve tokens. Currently this is the vCenter solution user.

This property was added in vSphere API 7.0.0.0.

string
issuer_alias
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

A user-friendly alias of the service which created and signed the security token.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.authentication.trust.security-token-issuer. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.authentication.trust.security-token-issuer.

string
issuer
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service which created and signed the security token.

This property was added in vSphere API 7.0.0.0.

Deprecated